﻿2026-09-10T09:03:24.2755489Z ##[group]Run actions/checkout@v5
2026-09-10T09:03:24.2756209Z with:
2026-09-10T09:03:24.2756582Z   repository: BigscreenVR/spt-bs-core
2026-09-10T09:03:24.2759817Z   token: ***
2026-09-10T09:03:24.2760177Z   ssh-strict: true
2026-09-10T09:03:24.2760539Z   ssh-user: git
2026-09-10T09:03:24.2760897Z   persist-credentials: true
2026-09-10T09:03:24.2761311Z   clean: true
2026-09-10T09:03:24.2761674Z   sparse-checkout-cone-mode: true
2026-09-10T09:03:24.2762090Z   fetch-depth: 1
2026-09-10T09:03:24.2762438Z   fetch-tags: false
2026-09-10T09:03:24.2762783Z   show-progress: true
2026-09-10T09:03:24.2763145Z   lfs: false
2026-09-10T09:03:24.2763483Z   submodules: false
2026-09-10T09:03:24.2763849Z   set-safe-directory: true
2026-09-10T09:03:24.2764245Z   allow-unsafe-pr-checkout: false
2026-09-10T09:03:24.2788601Z ##[endgroup]
2026-09-10T09:03:24.3557293Z Syncing repository: BigscreenVR/spt-bs-core
2026-09-10T09:03:24.3558735Z ##[group]Getting Git version info
2026-09-10T09:03:24.3559490Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-09-10T09:03:24.3560470Z [command]/usr/bin/git version
2026-09-10T09:03:24.3560881Z git version 2.43.0
2026-09-10T09:03:24.3568267Z ##[endgroup]
2026-09-10T09:03:24.3575525Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/0b3bd919-c239-47f0-9fb0-50562e2d7a21/.gitconfig'
2026-09-10T09:03:24.3582926Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/0b3bd919-c239-47f0-9fb0-50562e2d7a21' before making global git config changes
2026-09-10T09:03:24.3584080Z Adding repository directory to the temporary git global config as a safe directory
2026-09-10T09:03:24.3585897Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-09-10T09:03:24.3616972Z [command]/usr/bin/git config --local --get remote.origin.url
2026-09-10T09:03:24.3636758Z https://github.com/BigscreenVR/spt-bs-core
2026-09-10T09:03:24.3647136Z ##[group]Removing previously created refs, to avoid conflicts
2026-09-10T09:03:24.3649383Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-09-10T09:03:24.3668213Z refs/heads/diag/294-margins-ci-head
2026-09-10T09:03:24.3674276Z [command]/usr/bin/git checkout --detach
2026-09-10T09:03:24.3936758Z HEAD is now at 1bd0a41d6 test(diag): retain passing-test output so poll margins survive a PASS
2026-09-10T09:03:24.3975483Z [command]/usr/bin/git branch --delete --force diag/294-margins-ci-head
2026-09-10T09:03:24.4009211Z Deleted branch diag/294-margins-ci-head (was 1bd0a41d6).
2026-09-10T09:03:24.4170612Z ##[endgroup]
2026-09-10T09:03:24.4174307Z [command]/usr/bin/git submodule status
2026-09-10T09:03:24.4361395Z ##[group]Cleaning the repository
2026-09-10T09:03:24.4362059Z [command]/usr/bin/git clean -ffdx
2026-09-10T09:03:24.4394074Z Removing traceable-reqs
2026-09-10T09:03:24.4400931Z [command]/usr/bin/git reset --hard HEAD
2026-09-10T09:03:24.4473068Z HEAD is now at 1bd0a41d6 test(diag): retain passing-test output so poll margins survive a PASS
2026-09-10T09:03:24.4479201Z ##[endgroup]
2026-09-10T09:03:24.4480880Z ##[group]Disabling automatic garbage collection
2026-09-10T09:03:24.4484007Z [command]/usr/bin/git config --local gc.auto 0
2026-09-10T09:03:24.4508680Z ##[endgroup]
2026-09-10T09:03:24.4509419Z ##[group]Setting up auth
2026-09-10T09:03:24.4513749Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-10T09:03:24.4537682Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-09-10T09:03:24.4727871Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-10T09:03:24.4751127Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-09-10T09:03:24.4938136Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-10T09:03:24.4967766Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-10T09:03:24.5157420Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-09-10T09:03:24.5187144Z ##[endgroup]
2026-09-10T09:03:24.5187892Z ##[group]Fetching the repository
2026-09-10T09:03:24.5193068Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +1bd0a41d67c0389bea3879bbf18b56763ba0dc1e:refs/remotes/origin/diag/294-margins-ci-head
2026-09-10T09:03:24.9714299Z ##[endgroup]
2026-09-10T09:03:24.9716336Z ##[group]Determining the checkout info
2026-09-10T09:03:24.9718732Z ##[endgroup]
2026-09-10T09:03:24.9719998Z [command]/usr/bin/git sparse-checkout disable
2026-09-10T09:03:24.9760157Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-09-10T09:03:24.9782716Z ##[group]Checking out the ref
2026-09-10T09:03:24.9785116Z [command]/usr/bin/git checkout --progress --force -B diag/294-margins-ci-head refs/remotes/origin/diag/294-margins-ci-head
2026-09-10T09:03:24.9855533Z Switched to a new branch 'diag/294-margins-ci-head'
2026-09-10T09:03:24.9856759Z branch 'diag/294-margins-ci-head' set up to track 'origin/diag/294-margins-ci-head'.
2026-09-10T09:03:24.9862433Z ##[endgroup]
2026-09-10T09:03:24.9904119Z [command]/usr/bin/git log -1 --format=%H
2026-09-10T09:03:24.9935096Z 1bd0a41d67c0389bea3879bbf18b56763ba0dc1e
